home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / a / a_funk / geograph.tos / GEOGRAPH / QTH_JGD / QTH_JGD.ENG < prev    next >
Encoding:
Text File  |  1992-10-19  |  2.7 KB  |  83 lines

  1.  
  2. QTHLOC is a SP 6.X run-utility for the Atari ST-series.
  3. I know some similar programs for PCs, but I didn't see something like
  4. that for the Ataris. So, if someone has use for it ...      
  5.  
  6. QTHLOC converts a geographical coordinate into some other  
  7. formats.                          
  8.  
  9. Following formats can be processed:            
  10.   
  11.   WW-Locator                 : i.e.  JN77QC
  12.   EU-Locator                 : i.e.  HH77B
  13.   Lon./Lat. decimal          : i.e.  47.104N/15.375E
  14.   Lon./Lat. deg:min:sec      : i.e.  47:6:15N/15:22:30E
  15.   
  16. Lon./Lat. have to be specified without a sign - but you have to specify
  17. North (N), South (S), East(E) or West (W).
  18.  
  19. There are 2 posibilities to start QTHLOC:
  20.  
  21. 1. with one qth-parameter:
  22. --------------------------
  23.  
  24. //QTHLOC POS1      where POS1 have to be in one of the formats
  25.                    described above
  26.  
  27. //QTHLOC #JN77QC   QTHLOC will store "JN77QC" for the connected
  28.                    station in "QTHLOC.REF". 
  29.                    condition: WW-locator preluded by a "#" sign  
  30.  
  31. Once the station is stored in QTHLOC.REF it is no longer necessary
  32. for the station to send the own location for calculation. 
  33.  
  34. Attention: Do  n o t  edit QTHLOC.REF with a Texteditor!
  35.                          
  36.                    
  37. 2. with two qth-parameters
  38. --------------------------
  39.  
  40. as above, but in addition the distance an the direction between the
  41. locations will be calculated.
  42.  
  43. examples:
  44.  
  45. //QTHLOC JN77QC 10.324E/30.75N
  46.  
  47. //QTHLOC JN77QC JN76RS
  48.  
  49. //QTHLOC HG18F 47:40:2N/30:44:15W
  50.  
  51. //QTHLOC JN76RS      -     if the Location of the connected station
  52.                            is already stored in QTHLOC.REF
  53.  
  54.  
  55. remarks:
  56. --------
  57.  
  58. SP6.X needs external remote-prgs in the RUN-folder specified in 
  59. CONFIG.SP under "RUN=.......".
  60. External remote-prgs on the atari may not have a file-extension
  61. so you only have to copy "QTHLOC" in your RUN-folder.
  62.  
  63. Unfortunately QTHLOC is a large prg (30kB). But this is due to
  64. the internal double-precision i used (excessively, hi). 
  65. I know, I know ... but now its already implemented, hi.
  66. Also the input-checking-routine has been getting a little bit oversized ...
  67. -> So if SP is started, you will need still about 50 kB free memory. 
  68. Otherwise you will get a error-message from SP.
  69.   
  70. The program is has been tested only superficially - and I'm sure there 
  71. are still some bugs ... 
  72. If you notice some errors - please let me know - maybe i'll find 
  73. some free hours for a debug-session.
  74.  
  75.  
  76. QTHLOC will create the following files: 
  77.  
  78.   QTHLOC.REF  - Bin-File (storing WW-Locators for con, stations)
  79.   OUT.TXT     - Text-File (results of QTHLOC-calculation)
  80.  
  81. 73, Josef - OE6JGD @ OE3XBS    :-)
  82.                           
  83.